home *** CD-ROM | disk | FTP | other *** search
- object ErrorSeriesEditor: TErrorSeriesEditor
- Left = 267
- Top = 128
- ActiveControl = BPen
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- ClientHeight = 186
- ClientWidth = 237
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- TextHeight = 13
- object Label1: TLabel
- Left = 26
- Top = 43
- Width = 56
- Height = 13
- Alignment = taRightJustify
- Caption = 'Error &Width:'
- FocusControl = SEBarwidth
- end
- object SEBarwidth: TEdit
- Left = 89
- Top = 40
- Width = 32
- Height = 21
- HelpContext = 201
- TabOrder = 0
- Text = '0'
- OnChange = SEBarwidthChange
- end
- object BPen: TButton
- Left = 7
- Top = 7
- Width = 75
- Height = 25
- HelpContext = 199
- Caption = 'Error &Pen...'
- TabOrder = 1
- OnClick = BPenClick
- end
- object RGWidthUnit: TRadioGroup
- Left = 151
- Top = 4
- Width = 74
- Height = 65
- HelpContext = 202
- Caption = 'Width Units:'
- Items.Strings = (
- 'P&ercent'
- 'P&ixels')
- TabOrder = 2
- OnClick = RGWidthUnitClick
- end
- object UDBarWidth: TUpDown
- Left = 121
- Top = 40
- Width = 15
- Height = 21
- TabOrder = 3
- Associate = SEBarwidth
- end
- object RGStyle: TRadioGroup
- Left = 8
- Top = 78
- Width = 217
- Height = 81
- Caption = 'Style:'
- Columns = 2
- Items.Strings = (
- '&Left'
- '&Right'
- 'Left &and Right'
- '&Top'
- '&Bottom'
- 'T&op and Bottom')
- TabOrder = 4
- OnClick = RGStyleClick
- end
- object CBColorEach: TCheckBox
- Left = 8
- Top = 168
- Width = 113
- Height = 17
- Caption = '&Color Each Point'
- TabOrder = 5
- OnClick = CBColorEachClick
- end
- end
-